home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Bob.swf / scripts / frame_3 / DoAction_2.as next >
Encoding:
Text File  |  2006-06-13  |  264 b   |  15 lines

  1. stop();
  2. tabla._visible = 0;
  3. delete this.onEnterFrame;
  4. but.onRelease = function()
  5. {
  6.    _root.gotoAndStop(2);
  7. };
  8. scorB1 = tabla.scor.text;
  9. scorBx.text = tabla.scor.text;
  10. if(scorB1 > _root.best)
  11. {
  12.    _root.best = scorB1;
  13.    tabla.scorB.text = scorB1;
  14. }
  15.